home *** CD-ROM | disk | FTP | other *** search
/ Interactive Preview: Enemy of the State / Interactive Preview: Enemy of the State.iso / pc / alrtthis.dxr / 00076.ls < prev    next >
Encoding:
Text File  |  1998-11-18  |  176 b   |  15 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on keyDown
  6.   case the key of
  7.     ENTER, RETURN:
  8.       doDefaultButton()
  9.   end case
  10. end
  11.  
  12. on doDefaultButton
  13.   closePromptAndReturnValues()
  14. end
  15.